home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / dc15 / para.h < prev   
Encoding:
Text File  |  1994-11-16  |  87 b   |  7 lines

  1. typedef struct _para {
  2.         char    drive;
  3.         char    path[50];
  4.         char    file[14];
  5. } PARA ;
  6.  
  7.